home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / Class&Method Reference (stack) / MacApp 2.0 Reference / MacApp 2.0 Reference / card_409219.txt < prev    next >
Encoding:
Text File  |  1990-07-24  |  1.0 KB  |  33 lines

  1. -- card: 409219 from stack: in.0 Reference
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 177597
  5. -- name: VerboseIsObject
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. VerboseIsObject returns TRUE if the specified value is a reference to an object. If the value is not a reference to an object, then the routine displays diagnostic information about the value in the Debug Transcript.
  11. The obj parameter is the value to be tested.
  12. MacApp calls VerboseIsObject from global  failure routines and from certain routines that operate on the fields of objects. You can use this routine to test the validity of objects in debugging versions of your application.
  13.  
  14. -- part contents for background part 5
  15. ----- text -----
  16. Unit: UObject
  17.  
  18.  
  19. -- part contents for background part 23
  20. ----- text -----
  21. ROUTINE
  22.  
  23. -- part contents for background part 2
  24. ----- text -----
  25. VerboseIsObject
  26.  
  27. -- part contents for background part 20
  28. ----- text -----
  29. FUNCTION VerboseIsObject(obj: UNIV TObject): BOOLEAN;
  30.  
  31. -- part contents for background part 40
  32. ----- text -----
  33. 457 of 498 Routines